
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--line: #242424;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-roboto: 'Roboto',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .tfCJZ {
    color:white;
  display:flex;
  background:white;
  min-height:100%;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fyIpQx {
    width:5rem;
  height:5rem;
  rotate:0 0 1 -10deg;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:30%;
  border-top-right-radius:30%;
  border-bottom-left-radius:30%;
  border-bottom-right-radius:30%;
  }
      

      
          @media (max-width: 500px) {
            
  .fyIpQx {
    width:4rem;
  height:4rem;
  }
      

          }
          
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .bEqOyA {
    width:5rem;
  height:5rem;
  rotate:0 0 1 10deg;
  margin-left:-2rem;
  padding-top:0.15rem;
  padding-left:0.15rem;
  padding-right:0.15rem;
  padding-bottom:0.15rem;
  }
      

      
        
      
      
  .yNktK {
    color:#fff;
  width:100%;
  display:flex;
  font-size:1.25rem;
  background:var(--purple-800);
  box-shadow:1px 4px 20px 0px #ffffff1c, 0px 0px 20px 0px #ffffff57 inset;
  align-items:center;
  font-family:"Inter Tight";
  font-weight:700;
  padding-top:0.75rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2.5px;
  padding-left:1.5rem;
  border-radius:9999px;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
  .yNktK:hover {
    opacity:0.9;
  }
      

        
      
      
  .cRTPIn {
    gap:0.35rem;
  display:flex;
  font-size:1rem;
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cLtvIO {
    width:5rem;
  height:5rem;
  background:#080808;
  overflow-x:clip;
  overflow-y:clip;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:1.5px;
  border-top-left-radius:30%;
  border-top-right-radius:30%;
  border-bottom-left-radius:30%;
  border-bottom-right-radius:30%;
  }
      

      
          @media (max-width: 500px) {
            
  .cLtvIO {
    width:4rem;
  height:4rem;
  }
      

          }
          
        
      
      
  .QZlir {
    color:#783dff;
  display:block;
  font-size:2.5rem;
  font-family:Inter Tight;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-1.5px;
  }
      

      
        
      
      
  .esqfDb {
    gap:1rem;
  color:var(--purple-800);
  width:100%;
  display:flex;
  font-size:1.25rem;
  background:var(--purple-50);
  font-weight:400;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  letter-spacing:-0.75px;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .cnkMdG {
    flex:1 1;
  display:inline;
  font-size:0.75rem;
  font-weight:400;
  white-space:normal;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eofqOo {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1300px) {
            
  .eofqOo {
    row-gap:0.35rem;
  column-gap:0.35rem;
  }
      

          }
          
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .bmLoTh {
    gap:0.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cpLZZz {
    width:100%;
  display:block;
  font-size:0.75rem;
  font-family:'Geist Mono';
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .jmugk {
    font-size:3rem;
  text-align:center;
  font-family:"Inter Tight";
  font-weight:800;
  line-height:1.1;
  letter-spacing:-1px;
  }
      

      
        
      
      
  .fEcoqG {
    width:100%;
  max-width:50rem;
  overflow-x:clip;
  overflow-y:clip;
  border-color:var(--purple-600);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .ekEYwY {
    font-size:2rem;
  font-weight:600;
  letter-spacing:-2px;
  }
      

      
        
      
      
  .fwMbCr {
    color:var(--grey-800);
  display:inline-block;
  font-size:1.25rem;
  max-width:22rem;
  font-weight:400;
  letter-spacing:-0.75px;
  }
      

      
        
      
      
  .bAflZt {
    display:block;
  font-size:1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .vncNL {
    gap:0.25rem;
  display:flex;
  align-items:baseline;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eKTqoz {
    gap:0.15rem;
  flex:1 1 0%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cuTrvw {
    width:8rem;
  box-sizing:border-box;
  }
      

      
        
      
      
  .beZvHu {
    color:var(--purple-600);
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  .eJdYrn {
    font-weight:700;
  }
      

      
        
      
      
  .cybwKC {
    left:0px;
  width:100%;
  bottom:0px;
  height:4rem;
  z-index:1;
  position:absolute;
  background:linear-gradient(transparent 0%, white 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .cUGNnS {
    width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cAqjYY {
    display:block;
  font-size:2.25rem;
  font-family:Inter Tight;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .uXCkm {
    gap:0.75rem;
  color:var(--grey-800);
  width:100%;
  display:flex;
  background:#8a8a8a26;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:13px;
  padding-right:1.25rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .fsrhSM {
    gap:0.5rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bPQgxQ {
    flex:1;
  width:100%;
  }
      

      
        
      
      
  .XXGiO {
    color:var(--grey-700, #404040);
  display:block;
  font-size:1rem;
  max-width:20rem;
  font-family:"Inter Tight";
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eIcQma {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eVcPMM {
    width:100%;
  position:relative; padding-bottom: 56.25%; height: 0;
  }
      

      
        
      
      
  .beKsUM {
    width:100%;
  display:grid;
  background:var(--grey-200);
  grid-row-gap:1.5px;
  grid-column-gap:1.5px;
  grid-template-rows:1fr;
  grid-template-columns:repeat(3, 1fr);
  }
      

      
          @media (max-width: 1210px) {
            
  .beKsUM {
    width:100%;
  display:grid;
  grid-template-rows:repeat(2, 1fr);
  grid-template-columns:repeat(2, 1fr);
  }
      

          }
          

          @media (max-width: 700px) {
            
  .beKsUM {
    display:flex;
  }
      

          }
          
        
      
      
  .eNcVyd {
    row-gap:1.5rem;
  background:white;
  column-gap:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

      
          @media (max-width: 1210px) {
            
  .eNcVyd {
    grid-area:1 / 1 / 2 / 2;
  padding-bottom:1rem;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .eNcVyd {
    padding-top:1.5rem;
  padding-bottom:1.5rem;
  }
      

          }
          
        
      
      
  .eFPLQt {
    color:var(--grey-500);
  width:100%;
  display:inline-block;
  font-size:1.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.75px;
  }
      

      
        
      
      
  .Ctfev {
    width:100%;
  height:100%;
  position:absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
  }
      

      
        
      
      
  .cgtetd {
    left:0.5rem;
  width:5em;
  filter:blur(10px);
  height:5em;
  rotate:0 0 1 -10deg;
  position:absolute;
  background:var(--grey-900);
  }
      

      
        
      
      
  .exsBTw {
    display:flex;
  row-gap:0.35rem;
  column-gap:0.35rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eLGrkx {
    width:fit-content;
  height:fit-content;
  display:flex;
  align-items:center;
  flex-direction:row-reverse;
  justify-content:flex-start;
  }
      

      
        
      
      
  .epTrjr {
    gap:0.5rem;
  display:flex;
  border-left:2px solid rgb(61, 61, 61);
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  .vYtIG {
    display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dRrjHj {
    top:-3rem;
  left:0px;
  color:var(--purple-100);
  position:absolute;
  box-sizing:border-box;
  }
      

      
        
      
      
  .esuLKk {
    gap:0.4rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dmuCaj {
    display:block;
  font-size:1.125rem;
  font-weight:800;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dNPGH {
    color:black;
  width:100%;
  height:100%;
  display:flex;
  row-gap:2rem;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sapphire_gasgano_selfish_vulture:images.jpg/full") 0% 0% / cover;
  box-shadow:0px 2px 20px 0px #0000001f;
  column-gap:2rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-top:2rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  backdrop-filter:blur(10px);
  justify-content:flex-start;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .enUtxs {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cPTnOA {
    display:flex;
  row-gap:0.85rem;
  max-width:34rem;
  column-gap:0.85rem;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .cPumfx {
    width:5rem;
  height:5rem;
  background:#080808;
  overflow-x:clip;
  overflow-y:clip;
  border-color:#fafafa2b;
  border-style:solid;
  border-width:1.5px;
  border-top-left-radius:30%;
  border-top-right-radius:30%;
  border-bottom-left-radius:30%;
  border-bottom-right-radius:30%;
  }
      

      
        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cBMmx {
    width:24px;
  height:24px;
  }
      

      
        
      
      
  .eeHeZr {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#e3e3e3 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #e3e3e3 2px, #ffffff 2px) -1px 0;
  box-shadow:0px 2px 20px 0px #0000001f;
  column-gap:1rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-start;
  padding-top:2rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:0rem;
  background-size:50px 50px, 50px 50px, 25px 25px, 25px 25px;
  justify-content:space-between;
  background-color:#ffffff;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .feIGOr {
    width:100%;
  height:100%;
  box-shadow:0px 2px 10px 0px #00000021;
  overflow-x:clip;
  overflow-y:clip;
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:30%;
  border-top-right-radius:30%;
  border-bottom-left-radius:30%;
  border-bottom-right-radius:30%;
  }
      

      
        
      
      
  .dTZOzg {
    width:100%;
  background:white;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .eWgNxe {
    flex:1;
  width:100%;
  height:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
          @media (max-width: 620px) {
            
  .eWgNxe {
    flex-direction:row;
  }
      

          }
          

          @media (max-width: 570px) {
            
  .eWgNxe {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .dHcWBY {
    flex:1;
  color:var(--red-700);
  width:100%;
  height:100%;
  background:var(--red-50);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
          @media (max-width: 570px) {
            
  .dHcWBY {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cpBzkE {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dRGtYP {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .jvfzg {
    flex:1;
  width:fit-content;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .hYgON {
    height:fit-content;
  display:flex;
  background:#ffffff4d;
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-start;
  padding-top:1rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  backdrop-filter:blur(10px);
  justify-content:center;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
          @media (max-width: 1300px) {
            
  .hYgON {
    width:100%;
  }
      

          }
          
        
      
      
  .pAncE {
    color:transparent;
  display:block;
  font-size:10vw;
  background:linear-gradient(#ffffff 0%, #e401f9 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-weight:800;
  border-style:solid;
  border-width:0px;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  letter-spacing:-2px;
  background-clip:text;
  }
      

      
          @media (min-width: 640px) {
            
  .pAncE {
    font-size:4rem;
  }
      

          }
          

          @media (min-width: 768px) {
            
  
      

          }
          
        
      
      
  .cSczWc {
    display:flex;
  grid-area:2 / 4 / 3 / 7;
  align-items:center;
  justify-content:center;;
  }
      

      
          @media (max-width: 1300px) {
            
  .cSczWc {
    grid-area:2 / 8 / 3 / 16;
  }
      

          }
          

          @media (max-width: 1200px) {
            
  .cSczWc {
    grid-area:2 / 7 / 3 / 16;
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .cSczWc {
    grid-area:3 / 1 / 4 / 3;
  }
      

          }
          

          @media (max-width: 860px) {
            
  .cSczWc {
    grid-area:4 / 1 / 5 / 3;
  }
      

          }
          
        
      
      
  .eaHjGd {
    width:100%;
  height:fit-content;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .bdkibg {
    width:100%;
  row-gap:1.5rem;
  column-gap:1.5rem;
  }
      

      
        
      
      
  .bUxqls {
    gap:1.5rem;
  }
      

      
        
      
      
  .byhuVN {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  background:linear-gradient(white 0%, transparent 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .fBKIZz {
    color:var(--grey-700, #404040);
  display:block;
  font-size:1rem;
  max-width:20rem;
  font-family:Inter Tight;
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .fBKIZz:hover {
    color:#1a202c;
  }
      

        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  .bUnXFP {
    color:inherit;
  width:var(--size);
  height:var(--size);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dEwGzB {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
  
      

        
      
      
  .eZLEgM {
    width:var(--width);
  height:var(--height);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dXEEeS {
    width:100%;
  height:100%;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 620px) {
            
  .dXEEeS {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .eGwese {
    color:translate;
  display:block;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fojuqA {
    color:var(--grey-900, #171717);
  width:100%;
  display:block;
  background:white;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .bBlkin {
    width:100%;
  display:flex;
  box-sizing:border-box;
  align-items:center;
  flex-direction:column;
  justify-content:center;;
  }
      

      
        
      
      
  .VSPYI {
    width:100%;
  height:100%;
  row-gap:auto;
  background:white;
  box-shadow:0px 2px 20px 0px #0000001f;
  column-gap:auto;
  padding-top:1rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .edgAHg {
    width:3rem;
  height:3px;
  background:#ffffff80;
  }
      

      
        
      
      
  .coBzwD {
    color:white;
  width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sapphire_gasgano_selfish_vulture:3739b02f-b02f-4b69-8fd4-2cbae4b4454d.png/public");
  box-shadow:0px 2px 20px 0px #0000001f;
  column-gap:1rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-top:5rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:3rem;
  padding-right:3rem;
  padding-bottom:5rem;
  justify-content:center;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .rRbuA {
    top:0px;
  color:white;
  width:100%;
  height:fit-content;
  display:flex;
  z-index:99;
  position:fixed;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  border-bottom-color:var(--grey-800);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .rRbuA.light {
    top:0px;
  left:0px;
  color:var(--grey-900);
  right:0px;
  width:100%;
  display:flex;
  z-index:99;
  position:fixed;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  border-bottom-color:var(--grey-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

        
      
      
  .fAgnf {
    color:var(--grey-400);
  font-weight:400;
  padding-right:0.75rem;
  letter-spacing:-0.3px;
  border-right-color:var(--grey-700);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
  .fAgnf.current {
    color:white;
  }
      


  .fAgnf.light {
    color:var(--grey-500);
  font-weight:400;
  padding-right:0.75rem;
  letter-spacing:-0.3px;
  border-right-color:var(--grey-300);
  border-right-style:solid;
  border-right-width:1px;
  }
      


  .fAgnf.current-light {
    color:var(--grey-800);
  font-weight:400;
  padding-right:0.75rem;
  letter-spacing:-0.3px;
  border-right-color:var(--grey-300);
  border-right-style:solid;
  border-right-width:1px;
  }
      

        
      
      
  .cwDipL {
    background:#212121;
  padding-top:0.65rem;
  padding-left:1rem;
  padding-right:1rem;
  letter-spacing:-0.3px;
  padding-bottom:0.65rem;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
  .cwDipL.light {
    background:var(--grey-200);
  padding-top:0.65rem;
  padding-left:1rem;
  padding-right:1rem;
  letter-spacing:-0.3px;
  padding-bottom:0.65rem;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

        
      
      
  .exeNks {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:fixed;
  background: #17171775;
  }
      

      
  .exeNks.light {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:fixed;
  background:#1717172e;
  }
      

        
      
      
  .faFZwk {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:flex;
  font-size:16px;
  background: #2e2e2e;
  align-items:center;
  font-weight:400;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  letter-spacing:-0.3px;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
  .faFZwk.light {
    color:var(--grey-800);
  width:100%;
  cursor:pointer;
  display:flex;
  font-size:16px;
  background:#dedede;
  align-items:center;
  font-weight:400;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  letter-spacing:-0.3px;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

        
      
      
  .bknigI {
    row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 750px) {
            
  .bknigI {
    display:none;
  }
      

          }
          
        
      
      
  .bdlncJ {
    left:0px;
  right:0px;
  width:auto;
  bottom:0px;
  height:0px;
  display:flex;
  position:absolute;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .deaGgR {
    width:100%;
  display:flex;
  max-width:85rem;
  align-items:center;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bCFhJm {
    color:white;
  width:100%;
  height:2.5rem;
  display:flex;
  z-index:999999;
  font-size:1rem;
  background:var(--purple-600);
  align-items:center;
  font-family:"Inter Tight";
  font-weight:700;
  justify-content:center;
  }
      

      
        
      
      
  .cpFxtt {
    width:100%;
  height:4rem;
  display:flex;
  z-index:99;
  background: var(--grey-900);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
  .cpFxtt.light {
    width:100%;
  height:4rem;
  display:flex;
  z-index:99;
  background:var(--grey-50);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

        
      
      
  .beyzUA {
    width:2rem;
  height:2rem;
  display:none;
  aspect-ratio:1/1;
  }
      

      
          @media (max-width: 750px) {
            
  .beyzUA {
    width:2rem;
  height:2rem;
  display:flex;
  aspect-ratio:1/1;
  }
      

          }
          
        
      
      
  .aHiKj {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bvovdu {
    width:100%;
  height:auto;
  display:flex;
  row-gap:0.75rem;
  background: #262626c2;
  column-gap:0.75rem;
  transition:translate 300ms ease;
  align-items:flex-start;
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  backdrop-filter:blur(30px);
  justify-content:flex-start;
  }
      

      
  .bvovdu {
    @starting-style {
            translate:0 -100% 0;
          }
  }
      


  .bvovdu.light {
    width:100%;
  height:auto;
  display:flex;
  row-gap:0.75rem;
  background:#ebebeb;
  column-gap:0.75rem;
  align-items:flex-start;
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  backdrop-filter:blur(30px);
  justify-content:flex-start;
  }
      


  .bvovdu.light {
    @starting-style {
            width:100%;
  height:auto;
  display:flex;
  row-gap:0.75rem;
  translate:0 -100% 0;
  background:#ebebeb;
  column-gap:0.75rem;
  align-items:flex-start;
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  backdrop-filter:blur(30px);
  justify-content:flex-start;
          }
  }
      

        
      
      
  
      

      
        
      
      
  .gQSDE {
    width:100%;
  display:flex;
  max-width:85rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fDdRAx {
    color:#783dff;
  font-size:3rem;
  font-family:"Inter Tight";
  font-weight:800;
  line-height:1.1;
  letter-spacing:-2px;
  }
      

      
        
      
      
  .dPKwkE {
    color:var(--grey-700);
  display:block;
  font-size:0.75rem;
  max-width:18rem;
  font-family:'Geist';
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dmwJUt {
    flex:1 1;
  width:100%;
  display:inline;
  font-size:0.875rem;
  font-weight:700;
  white-space:normal;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .EMmfn {
    row-gap:1.5rem;
  background:white;
  column-gap:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

      
          @media (max-width: 1210px) {
            
  .EMmfn {
    grid-area:1 / 2 / 2 / 3;
  padding-bottom:1rem;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .EMmfn {
    padding-top:1.5rem;
  padding-bottom:1.5rem;
  }
      

          }
          
        
      
      
  .dPUmSj {
    color:#fff;
  width:100%;
  display:flex;
  font-size:1.25rem;
  background:var(--purple-800);
  box-shadow:1px 4px 20px 0px #ffffff1c, 0px 0px 20px 0px #ffffff57 inset;
  align-items:center;
  font-family:"Inter Tight";
  font-weight:700;
  padding-top:0.75rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2.5px;
  padding-left:1.5rem;
  border-radius:9999px;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
  .dPUmSj:hover {
    opacity:0.9;
  }
      


          @media (max-width: 1000px) {
            
  .dPUmSj {
    display:none;
  }
      

          }
          
        
      
      
  .RhKMC {
    row-gap:1.5rem;
  background:white;
  column-gap:1.5rem;
  align-items:flex-start;
  padding-left:1.5rem;
  padding-right:1.5rem;
  justify-content:center;
  }
      

      
          @media (max-width: 1210px) {
            
  .RhKMC {
    display:flex;
  grid-area:2 / 1 / 3 / 3;
  align-items:flex-start;
  padding-top:2rem;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .RhKMC {
    padding-top:1.5rem;
  padding-bottom:1.5rem;
  }
      

          }
          
        
      
      
  .bsRqRl {
    color:#783dff;
  font-size:3.25rem;
  font-family:"Inter Tight";
  font-weight:800;
  line-height:1;
  letter-spacing:-2px;
  }
      

      
        
      
      
  .dIcAXA {
    gap:3rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .bRhZPU {
    display:block;
  font-size:0.75rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ewQyp {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background:radial-gradient(at left top, white 2%, transparent 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .bZTzax {
    color:var(--grey-700, #404040);
  display:block;
  font-size:1rem;
  max-width:20rem;
  font-family:Inter Tight;
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .uRMDp {
    width:100%;
  height:100%;
  animation:;
  transition:all 400ms ease;
  }
      

      
  .uRMDp {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .eeGQRo {
    flex:1;
  width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .cPYzoC {
    color:inherit;
  display:flex;
  row-gap:0.5rem;
  font-size:1.25rem;
  max-width:22rem;
  column-gap:0.5rem;
  align-items:center;
  font-family:Inter Tight;
  font-weight:500;
  flex-direction:row;
  letter-spacing:-1px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eOzfge {
    display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .HDIJM {
    color:#fff;
  width:100%;
  display:flex;
  font-size:1.25rem;
  background:var(--purple-800);
  box-shadow:1px 4px 20px 0px #ffffff1c, 0px 0px 20px 0px #ffffff57 inset;
  align-items:center;
  font-family:"Inter Tight";
  font-weight:700;
  padding-top:0.75rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2.5px;
  padding-left:1.5rem;
  border-radius:9999px;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
  .HDIJM:hover {
    opacity:0.9;
  }
      


          @media (max-width: 1210px) {
            
  .HDIJM {
    width:fit-content;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .HDIJM {
    width:100%;
  }
      

          }
          
        
      
      
  .bfqdNl {
    width:35px;
  height:35px;
  }
      

      
        
      
      
  .YwUGt {
    display:flex;
  grid-area:2 / 1 / 3 / 4;
  align-items:center;
  justify-content:center;;
  }
      

      
          @media (max-width: 1300px) {
            
  .YwUGt {
    grid-area:2 / 1 / 3 / 8;
  }
      

          }
          

          @media (max-width: 1200px) {
            
  .YwUGt {
    grid-area:2 / 1 / 3 / 7;
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .YwUGt {
    grid-area:2 / 2 / 3 / 3;
  }
      

          }
          

          @media (max-width: 860px) {
            
  .YwUGt {
    grid-area:2 / 1 / 3 / 3;
  }
      

          }
          
        
      
      
  .vHRfe {
    left:0.5rem;
  width:5em;
  filter:blur(10px);
  height:5em;
  rotate:0 0 1 -10deg;
  position:absolute;
  background:#ffffff;
  }
      

      
          @media (max-width: 500px) {
            
  .vHRfe {
    width:4rem;
  height:4rem;
  }
      

          }
          
        
      
      
  .fAtVBe {
    color:black;
  width:100%;
  display:flex;
  row-gap:1rem;
  z-index:3;
  background:#ffffff78;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:20px;
  padding-right:1.25rem;
  flex-direction:row;
  padding-bottom:1rem;
  backdrop-filter:blur(20px);
  justify-content:flex-start;
  border-top-left-radius:1.5rem;
  -webkit-backdrop-filter:blur(20px);
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .cnAoEQ {
    display:flex;
  row-gap:2.5rem;
  column-gap:2.5rem;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .fuGJXc {
    gap:1rem;
  display:flex;
  align-items:flex-start;
  padding-top:2rem;
  flex-direction:column;
  justify-content:space-between;
  border-top-color:var(--grey-200);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
          @media (min-width: 640px) {
            
  .fuGJXc {
    flex-direction:row;
  }
      

          }
          
        
      
      
  .frsQJx {
    display:block;
  font-size:1.5rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.7px;
  }
      

      
          @media (max-width: 641px) {
            
  .frsQJx {
    font-size:1.25rem;
  max-width:20rem;
  }
      

          }
          
        
      
      
  .dLxjzN {
    display:block;
  font-size:2.25rem;
  font-family:"Inter Tight";
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dBqcoi {
    color:white;
  width:3rem;
  height:3rem;
  display:flex;
  background:linear-gradient(to bottom left, #58266d 0%, #17071d 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:0.85rem;
  border-top-right-radius:0.85rem;
  border-bottom-left-radius:0.85rem;
  border-bottom-right-radius:0.85rem;
  }
      

      
        
      
      
  .uoFcM {
    font-size:3rem;
  font-family:"Inter Tight";
  font-weight:800;
  line-height:1;
  letter-spacing:-2px;
  }
      

      
        
      
      
  .epILzn {
    width:10rem;
  box-sizing:border-box;
  }
      

      
        
      
      
  .cSLJBo {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .cjrLZo {
    width:3rem;
  height:3px;
  background:var(--purple-500);
  }
      

      
          @media (max-width: 1300px) {
            
  .cjrLZo {
    flex:1;
  width:100%;
  }
      

          }
          
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .XioiI {
    display:flex;
  grid-area:1 / 5 / 2 / 7;
  align-items:center;
  justify-content:center;;
  }
      

      
          @media (max-width: 1300px) {
            
  .XioiI {
    grid-area:1 / 11 / 2 / 16;
  }
      

          }
          

          @media (max-width: 1200px) {
            
  .XioiI {
    grid-area:1 / 10 / 2 / 16;
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .XioiI {
    grid-area:2 / 1 / 3 / 2;
  }
      

          }
          

          @media (max-width: 860px) {
            
  .XioiI {
    grid-area:3 / 1 / 4 / 3;
  }
      

          }
          
        
      
      
  .fdbYcp {
    gap:16px;
  color:black;
  width:100%;
  height:100%;
  display:grid;
  grid-template-rows:repeat(2, 1fr);
  grid-template-columns:repeat(6, 1fr);
  }
      

      
          @media (max-width: 1300px) {
            
  .fdbYcp {
    display:grid;
  grid-template-rows:repeat(2, 1fr);
  grid-template-columns:repeat(15, 1fr);
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .fdbYcp {
    display:grid;
  grid-template-rows:repeat(3, 1fr);
  grid-template-columns:repeat(2, 1fr);
  }
      

          }
          

          @media (max-width: 860px) {
            
  .fdbYcp {
    display:grid;
  grid-template-rows:repeat(4, 1fr);
  grid-template-columns:repeat(2, 1fr);
  }
      

          }
          

          @media (max-width: 650px) {
            
  .fdbYcp {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .dQThpU {
    color:var(--grey-900);
  width:100%;
  height:100%;
  display:flex;
  padding:1.5rem;
  background:var(--grey-200);
  box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms ;
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .jvdSI {
    gap:1rem;
  display:flex;
  max-width:32rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .TgpaN {
    gap:0.75rem;
  width:100%;
  display:flex;
  background:white;
  align-items:center;
  padding-top:0.75rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:10px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  .bQbmZy {
    gap:0.25rem;
  flex:1;
  width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eeHKfX {
    flex:1;
  width:100%;
  height:fit-content;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cfDlkx {
    top:-0.5rem;
  color:white;
  right:-0.5rem;
  width:3rem;
  height:3rem;
  rotate:0 0 1 -15deg;
  display:flex;
  position:absolute;
  background:var(--purple-700);
  box-shadow:0px 2px 10px 0px var(--purple-500);
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--purple-400);
  border-style:solid;
  border-width:2px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .cRrVhS {
    display:flex;
  grid-area:1 / 1 / 2 / 5;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 1300px) {
            
  .cRrVhS {
    grid-area:1 / 1 / 2 / 11;
  }
      

          }
          

          @media (max-width: 1200px) {
            
  .cRrVhS {
    grid-area:1 / 1 / 2 / 10;
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .cRrVhS {
    grid-area:1 / 1 / 2 / 3;
  }
      

          }
          

          @media (max-width: 860px) {
            
  .cRrVhS {
    grid-area:1 / 1 / 2 / 3;
  }
      

          }
          
        
      
      
  .efVNRC {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eYNrIT {
    width:100%;
  height:100%;
  opacity:0.5;
  position:absolute;
  }
      

      
        
      
      
  .bNWEgw {
    flex:1;
  color:var(--green-700);
  width:100%;
  height:100%;
  background:var(--green-50);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
          @media (max-width: 570px) {
            
  .bNWEgw {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cZKSmI {
    width:5rem;
  height:5rem;
  rotate:0 0 1 -10deg;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:30%;
  border-top-right-radius:30%;
  border-bottom-left-radius:30%;
  border-bottom-right-radius:30%;
  }
      

      
        
      
      
  .dTMHcv {
    display:block;
  font-size:0.875rem;
  max-width:15rem;
  font-family:'Geist';
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .GqOeX {
    width:2rem;
  height:2rem;
  display:flex;
  background:var(--grey-100);
  align-items:center;
  border-radius:1000px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .brNsnJ {
    flex:1;
  width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
          @media (max-width: 620px) {
            
  .brNsnJ {
    width:100%;
  flex-direction:row;
  }
      

          }
          

          @media (max-width: 570px) {
            
  .brNsnJ {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .dkJuFv {
    font-size:3rem;
  font-family:"Inter Tight";
  font-weight:800;
  line-height:1.1;
  letter-spacing:-2px;
  }
      

      
        
      
      
  .dqWVwn {
    color:#fff;
  width:fit-content;
  display:flex;
  font-size:1.25rem;
  background:var(--purple-800);
  box-shadow:1px 4px 20px 0px #ffffff1c, 0px 0px 20px 0px #ffffff57 inset;
  align-items:center;
  font-family:"Inter Tight";
  font-weight:700;
  padding-top:0.75rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2.5px;
  padding-left:1.5rem;
  border-radius:9999px;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
  .dqWVwn:hover {
    opacity:0.9;
  }
      

        
      
      
  .eCEnig {
    width:100%;
  height:auto;
  display:flex;
  row-gap:2.5rem;
  background:black;
  column-gap:2.5rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-top:4rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:4rem;
  justify-content:center;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
        
      
      
  .ePtrIK {
    color:#783dff;
  font-size:3.25rem;
  font-family:"Inter Tight";
  font-weight:800;
  letter-spacing:-2px;
  }
      

      
        
      
      
  .dCgYJa {
    display:block;
  font-size:1.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.5px;
  }
      

      
        
      
      
  .EtIPV {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eGBcqL {
    left:0.5rem;
  width:5em;
  filter:blur(10px);
  height:5em;
  rotate:0 0 1 -10deg;
  position:absolute;
  background:#ffffff;
  }
      

      
        
      
      
  .Muxkt {
    right:1rem;
  width:fit-content;
  bottom:0px;
  height:fit-content;
  display:flex;
  position:absolute;
  align-items:center;
  flex-direction:row-reverse;
  justify-content:flex-start;
  }
      

      
        
      
      
  .yCRxw {
    padding-top:0.5rem;
  }
      

      
        
      
      
  .eOHteg {
    width:100%;
  display:block;
  font-size:0.75rem;
  font-family:'Geist Mono';
  font-weight:400;
  white-space:break-spaces;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .thVxg {
    color:inherit;
  display:inline-block;
  font-size:1.25rem;
  max-width:35rem;
  text-align:center;
  font-weight:400;
  letter-spacing:-0.5px;
  }
      

      
          @media (max-width: 500px) {
            
  .thVxg {
    font-size:0.95rem;
  }
      

          }
          
        
      
      
  .cdMOgp {
    width:5rem;
  height:5rem;
  rotate:0 0 1 10deg;
  margin-left:-2rem;
  padding-top:0.15rem;
  padding-left:0.15rem;
  padding-right:0.15rem;
  padding-bottom:0.15rem;
  }
      

      
          @media (max-width: 500px) {
            
  .cdMOgp {
    width:4rem;
  height:4rem;
  }
      

          }
          
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .npAJz {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:white;
  box-shadow:0px 2px 20px 0px #0000001f;
  column-gap:1rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-start;
  padding-top:2rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:space-between;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .cIElAF {
    color:var(--grey-900);
  width:100%;
  display:flex;
  background:var(--grey-100);
  min-height:7rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
          @media (max-width: 620px) {
            
  .cIElAF {
    width:15rem;
  }
      

          }
          

          @media (max-width: 570px) {
            
  .cIElAF {
    width:100%;
  }
      

          }
          
        
      
      
  .bRnUfP {
    color:var(--grey-700, #404040);
  display:block;
  font-size:0.875rem;
  font-family:'Geist';
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .zgLBO {
    color:var(--grey-800);
  display:inline-block;
  font-size:1.25rem;
  max-width:27rem;
  font-weight:400;
  letter-spacing:-0.75px;
  }
      

      
        
      
      
  .csxMci {
    top:-0.5rem;
  color:var(--purple-800);
  right:-0.5rem;
  rotate:0 0 1 15deg;
  display:flex;
  position:absolute;
  max-width:24rem;
  background:#ffffff78;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:center;
  padding-top:1rem;
  border-color:#ffffff0f;
  border-style:solid;
  border-width:1.5px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  backdrop-filter:blur(50px);
  justify-content:center;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .cQINhJ {
    gap:2rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
          @media (min-width: 640px) {
            
  .cQINhJ {
    flex-direction:row;
  }
      

          }
          
        
      
      
  .boQSoc {
    color:black;
  width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  box-shadow:0px 2px 20px 0px #0000001f;
  column-gap:1rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-start;
  padding-top:2rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:2rem;
  justify-content:space-between;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
          @media (max-width: 700px) {
            
  .boQSoc {
    padding-top:0.5rem;
  padding-bottom:0.5rem;
  }
      

          }
          
        
      
      
  .cFRFZf {
    width:100%;
  display:flex;
  row-gap:1.5rem;
  column-gap:1.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fBfsgO {
    gap:0.5rem;
  color:var(--grey-700, #404040);
  display:flex;
  font-size:0.875rem;
  font-family:'Geist';
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .ceNLxF {
    gap:0.75rem;
  flex:1;
  color:black;
  width:100%;
  display:flex;
  background:#ffffff78;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:20px;
  padding-right:1.25rem;
  flex-direction:column;
  padding-bottom:1rem;
  backdrop-filter:blur(20px);
  justify-content:flex-start;
  border-top-left-radius:1.5rem;
  -webkit-backdrop-filter:blur(20px);
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .daeTdA {
    flex:1;
  width:100%;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .daeTdA {
    display:flex;
  row-gap:4rem;
  column-gap:4rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

          }
          
        
      
      
  .eFZPHc {
    height:7rem;
  }
      

      
        
      